﻿#top {
  width: 1200px;
  margin: 0 auto;
  height: 610px;
  overflow: hidden;
  padding-top: 40px;
}
#top-left {
  width: 896px;
  height: 574px;
  float: left;
}
.top-img {
  position: relative;
  width: 896px;
  height: 388px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
}
.top-img-list li {
  float: left;
}
.top-img-list li a {
  display: block;
  position: relative;
}
.top-img-list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../image/67fdf517b0f1d-top-img-shadow.png") no-repeat left
    bottom 0px / cover;
}
.top-img img {
  width: 896px;
  /*min-height: 388px;*/
  height: auto;
}
.top-img-ico-list {
  position: absolute;
  right: 40px;
  bottom: 22px;
}
.top-img-ico-list li {
  float: left;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  margin-left: 16px;
  background: #c3c3c3;
  cursor: pointer;
}
.top-img-ico-list .img-ico-select {
  background: #00b0ec;
  width: 24px;
}
.top-img-title-list {
  position: absolute;
  left: 24px;
  bottom: 22px;
  font-size: 24px;
  border-left: 2px solid #00b0ec;
  padding-left: 10px;
}
.top-img-title-list a {
  color: #fff;
}
.top-img-title-list {
  line-height: 24px;
}
.top-img-title-list li {
  display: none;
  width: 700px;
}
.top-img-title-list li:first-child {
  display: block;
}
.top-img-min > li {
  float: left;
  margin-right: 20px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  height: 174px;
}
/*.top-img-min>li:hover {*/
/*margin-top:-6px;*/
/*!*box-shadow:0 6px 6px rgba(0, 0, 0, .3);*!*/
/*padding-bottom:6px;*/
/*background: #eaeaea;*/
/*}*/
.top-img-min > li:last-child {
  margin-right: 0;
}
.top-img-min img {
  width: 285px;
  height: auto;
  border-radius: 6px;
  transition: 1s;
}
.top-img-min-title {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  /*bottom: 0;*/
  top: 91px;
  left: 0;
  width: 285px;
  height: 83px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.top-img-min-title div {
  font-size: 16px;
  line-height: 32px;
  padding: 9px 6px 0 14px;
  margin-left: 6px;
  background: url("../image/tip-img-min.png") no-repeat;
  background-size: 2px 50px;
  background-position: 6px 16px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-right {
  float: right;
  width: 286px;
  height: 534px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.top-right-title {
  margin-top: 22px;
}
.news {
  display: inline-block;
  border-left: 3px solid #00b0ec;
  font-size: 22px;
  line-height: 22px;
  text-indent: 7px;
}
.subscribe {
  background: url("../image/subscribe.png") no-repeat;
  background-position: left center;
  float: right;
  width: 82px;
  font-size: 12px;
  text-indent: 22px;
  margin-top: 8px;
}
.news-list {
  border-top: 1px solid #edeeee;
  margin: 8px 11px 0;
  padding-top: 16px;
  min-height: 412px;
  padding-bottom: 20px;
}
.news-list > li {
  margin-bottom: 29px;
}
.news-list > li:last-child {
  margin-bottom: 0px;
}
.news-title {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  display: block;
  cursor: pointer;
}
.news-time {
  background: url("../image/news-time.png") no-repeat;
  background-position: left center;
  text-indent: 20px;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 12px;
}
.news-other {
  margin: 6px auto;
  width: 172px;
  height: 36px;
  border: 1px solid #00b0ec;
  color: #00b0ec;
  font-size: 16px;
  border-radius: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.content-title {
  margin-top: 28px;
  background: url("../image/content-title.png") no-repeat;
  /*background-position: top left;*/
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 18px;
}
#zdx-gkk {
  background: #ededed;
  height: 546px;
  overflow: hidden;
}
#gkk-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.gkk-li {
  width: 387px;
  height: 415px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 19px;
  background: rgba(0, 0, 0, 0.05);
}
.gkk-li > div {
  height: 415px;
  position: relative;
  background: url("../image/gkk-li-bg.png") no-repeat #fff;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}
/*.gkk-li:hover{*/
/*margin-top:-6px;*/
/*padding-bottom:6px;*/
/*}*/
.gkk-li:first-child {
  margin-left: 0;
}
.gkk-left {
  left: -60px;
  background: url("../image/gkk-class-left.png") no-repeat #d5d5d5;
}
.gkk-right {
  right: -60px;
  background: url("../image/gkk-class-right.png") no-repeat #d5d5d5;
}
.gkk-left:hover {
  background: url("../image/gkk-class-left.png") no-repeat #e6e6e6;
  background-position: center center;
}
.gkk-right:hover {
  right: -60px;
  background: url("../image/gkk-class-right.png") no-repeat #e6e6e6;
  background-position: center center;
}
.gkk-left,
.gkk-right {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  background-position: center center;
  top: 245px;
  cursor: pointer;
}

.gkk-title {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
}
.gkk-look-desc {
  font-size: 14px;
  color: #747474;
  line-height: 24px;
  margin: 26px 16px 0;
  height: 48px;
  overflow: hidden;
}
.gkk-look-btn {
  text-align: center;
  font-size: 16px;
  color: #00b0ec;
  height: 34px;
  width: 147px;
  line-height: 34px;
  border-radius: 34px;
  border: 1px solid #00b0ec;
  display: block;
  margin: 22px auto 30px;
}
.gkk-class {
  margin: 0 16px;
  border-top: 1px solid #edeeee;
}
.gkk-class-title {
  font-size: 16px;
  line-height: 16px;
  margin: 16px 0 15px;
}
.class-list-wrap {
  width: 1200px;
  padding-top: 6px;
  overflow: hidden;
}
.gkk-class {
  height: 147px;
  overflow: hidden;
}
.gkk-class-info li {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
}
.gkk-class-info li:first-child {
  height: 48px;
  position: relative;
  padding-left: 43px;
}
.gkk-register {
  background: #e7eff3;
  color: #747474;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  /*margin-top: 10px;*/
  position: absolute;
  width: 387px;
  bottom: 0;
  display: none;
  cursor: pointer;
}
#new-info {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#info-left {
  margin-right: 350px;
}
#new-info .content-title {
  font-size: 0;
  line-height: 44px;
  height: 44px;
  margin-bottom: 0px;
}
#new-info .content-title span {
  font-size: 24px;
  cursor: pointer;
}
#new-info .content-title span,
#new-info .content-title li,
#new-info .content-title .info-nav {
  display: inline-block;
}
#new-info .content-title .info-nav li {
  font-size: 16px;
  color: #747474;
  margin-left: 38px;
}
.info-nav {
  margin-left: 10px;
  line-height: 36px;
  height: 36px;
  cursor: pointer;
}

.info-nav .info-nav-select {
  border-bottom: 2px solid #00b0ec;
}
.mb {
  margin-bottom: 20px;
}
.bg-white {
  background: #fff;
}
.info-list {
  overflow: hidden;
}
.info-list li {
  border-top: 1px solid #eaeaea;
  padding-top: 18px;
  padding-bottom: 20px;
  overflow: hidden;
}
.info-list-img {
  float: left;
  width: 285px;
  height: 171px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  -o-justify-content: center;
  justify-content: center;
}
.info-list-img img {
  height: 171px;
  width: auto;
  min-width: 285px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  transition: 500ms;
}
.info-list-img img:hover {
  transform: scale(1.2);
}
.info-left-content {
  margin-left: 305px;
}
.info-left-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  max-height: 64px;
}
.info-left-desc {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  margin-top: 9px;
  color: #747474;
  letter-spacing: 0.5px;
  text-align: justify;
}
.info-left-related {
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 12px;
}
.info-left-related a {
  font-size: 12px;
  color: #b2b2b2;
}
.info-left-related > div,
.ilr-author > div {
  float: left;
}
.ilr-author {
  width: 120px;
  line-height: 20px;
}
.ilr-author-img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: top;
}
.ilr-time {
  padding-left: 26px;
  background: url("../image/iril-time.png") no-repeat left center;
  line-height: 20px;
}
.ilr-author-img img {
  width: 20px;
  height: 20px;
}
.info-left-related .ilr-comment {
  float: right;
  background: url("../image/comment-ico.png") no-repeat left center;
  padding-left: 28px;
  line-height: 20px;
}
.info-left-other {
  height: 36px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  color: #00b0ec;
  cursor: pointer;
}

#info-right {
  width: 310px;
  float: right;
  margin-top: 40px;
}
.info-right-top {
  padding: 12px;
  border-radius: 3px;
}
.info-right-img-wrap {
  max-height: 164px;
  overflow: hidden;
  border-radius: 5px;
}
.info-right-img {
  width: 288px;
  /*height: 164px;*/
  height: auto;
  border-radius: 5px;
  transition: 500ms;
}
.info-right-img:hover {
  transform: scale(1.1);
}
.info-right-item {
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 3px;
  padding-bottom: 22px;
}
.info-right-item-top {
  height: 50px;
  /* border-bottom: 1px solid #edeeee; */
}
.info-right-item-bb {
  margin: 0 11px;
  height: 1px;
  background: #edeeee;
}
.iril-list {
  margin: 0 11px;
}
.iril-list li {
  background: url("../image/iril-li.png") no-repeat left 9px;
  line-height: 22px;
  padding-left: 10px;
  font-size: 16px;
  margin: 8px 0;
  font-weight: 400;
  cursor: pointer;
}
.irit-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  border-left: 2px solid #00b0ec;
  text-indent: 10px;
  margin-top: 22px;
  float: left;
}
.irit-other {
  font-size: 12px;
  float: right;
  width: 37px;
  line-height: 14px;
  background: url("../image/irit-other.png") no-repeat;
  background-position: right top;
  margin-top: 30px;
  margin-right: 12px;
}
.info-right-item-list {
  padding: 0 11px;
}
.iril-item {
  margin-top: 16px;
}
.iril-item > div {
  width: 288px;
  /*height: 164px;*/
  overflow: hidden;
}
.iril-title {
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0 4px;
}
.talgn-c {
  text-align: center;
}
.iril-related {
  height: 14px;
  padding: 8px 0;
}
.iril-related-time {
  display: inline-block;
  background: url("../image/iril-time.png") no-repeat;
  background-position: left top;
  text-indent: 24px;
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
  vertical-align: top;
}
.iril-related-addr {
  float: right;
  background: url("../image/iril-addr.png") no-repeat;
  background-position: left top;
  font-size: 12px;
  color: #b2b2b2;
  padding-left: 24px;
  line-height: 14px;
}

#gtic {
  background: #ededed;
  height: 365px;
  overflow: hidden;
}
#gtic-content {
  width: 1200px;
  margin: 0 auto;
}
.gtic-list li {
  float: left;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-right: 20px;
}
.gtic-list li:last-child {
  margin-right: 0;
}
.gtic-img {
  width: 285px;
  height: 237px;
}
.gtic-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 285px;
  height: 92px;
  color: #fff;
}
.gitc-info-relation {
  font-size: 12px;
  line-height: 48px;
  overflow: hidden;
}
.gir-time {
  float: left;
  padding-left: 30px;
  background: url("../image/gir-time.png") no-repeat 9px center;
}
.gir-addr {
  float: right;
  padding-left: 24px;
  background: url("../image/gir-addr.png") no-repeat left center;
  padding-right: 10px;
}
.gtic-info-title {
  padding: 0 5px;
  font-size: 18px;
}
.gtic-list-item .gtic-info {
  height: 237px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  transition-duration: 300ms;
}
.gtic-list-item .gtic-info-title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
  margin: 65px 30px 20px;
  /*transition-duration: 300ms;*/
}
.gtic-list-item .gitc-info-relation {
  padding: 0 52px;
}

#tag {
  height: 230px;
  background: url("../include/rgzn-bg.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.tag-title {
  color: #fff;
  font-size: 46px;
  width: 1200px;
  text-indent: 0;
  margin: 118px auto 0;
  padding: 0;
}
.tag-flag {
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  margin-right: 30px;
}
.tag-flag-color1 {
  background: #00b0ec;
}
.tag-flag-color2 {
  background: #ec9b00;
}
.tag-info-left-title {
  font-size: 20px;
  line-height: 28px;
  margin-top: -4px;
}
.tag-info-list-related {
  height: 16px;
  font-size: 0px;
  margin-top: 9px;
  margin-bottom: -6px;
}
.info-right-tag {
  width: 287px;
  /*height: 390px;*/
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}
.info-right-tag a {
  /*display: inline-block;*/
  /*position: absolute;*/
  float: left;
  background: #e6f9ff;
  /*z-index: 999;*/
}
.info-right-tag a:hover {
  background: #00b0ec;
  color: #fff;
}
.info-right-tag .tag1 {
  font-size: 20px;
  line-height: 48px;
  border-radius: 48px;
  padding: 0 24px;
}
.info-right-tag .tag2 {
  font-size: 14px;
  line-height: 34px;
  border-radius: 34px;
  padding: 0 10px;
}
.info-right-tag .tag3 {
  font-size: 12px;
  line-height: 28px;
  border-radius: 28px;
  padding: 0 8px;
}
#author-list > li:first-child {
  border-top: 0;
}
.author-info {
  position: relative;
  overflow: visible !important;
  margin-top: 70px;
  padding-top: 82px;
  background: url("../image/author-info-bg.png") no-repeat #fff;
  background-position: left 118px;
}
.author-pic img {
  width: 118px;
  height: 118px;
  position: absolute;
  border: 1px solid #00b0ec;
  border-radius: 100%;
  top: -60px;
  left: 96px;
}
.author-name,
.author-posts,
.author-desc {
  text-align: center;
}
.author-name {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.author-posts {
  line-height: 14px;
}
.author-posts,
.author-desc {
  font-size: 14px;
  color: #747474;
}
.author-desc {
  margin: 0 50px;
  padding: 35px 0 5px;
  line-height: 24px;
  height: 48px;
}
